Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 4,272 for artifactC (0.26 sec)

  1. maven-api-impl/src/main/java/org/apache/maven/internal/impl/AbstractSession.java

        @Override
        public List<org.eclipse.aether.artifact.Artifact> toArtifacts(Collection<Artifact> artifacts) {
            return artifacts == null ? null : map(artifacts, this::toArtifact);
        }
    
        @Override
        public org.eclipse.aether.artifact.Artifact toArtifact(Artifact artifact) {
            Path path = getService(ArtifactManager.class).getPath(artifact).orElse(null);
            if (artifact instanceof DefaultArtifact) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  2. platforms/ide/ide-plugins/src/integTest/groovy/org/gradle/plugins/ide/idea/IdeaModuleIntegrationTest.groovy

    dependencies {
        myPlusConfig group: 'myGroup', name: 'missing-extra-artifact', version: '1.0'
        myPlusConfig group: 'myGroup', name: 'filtered-artifact', version: '1.0'
        myMinusConfig group: 'myGroup', name: 'filtered-artifact', version: '1.0'
        runtimeOnly group: 'myGroup', name: 'missing-artifact', version: '1.0'
        implementation group: 'myGroup', name: 'existing-artifact', version: '1.0'
    
        idea {
            module {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 24.4K bytes
    - Viewed (0)
  3. maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/PluginsMetadataGenerator.java

        @Override
        public Collection<? extends Metadata> prepare(Collection<? extends Artifact> artifacts) {
            return Collections.emptyList();
        }
    
        @Override
        public Artifact transformArtifact(Artifact artifact) {
            return artifact;
        }
    
        @Override
        public Collection<? extends Metadata> finish(Collection<? extends Artifact> artifacts) {
            LinkedHashMap<String, PluginsMetadata> plugins = new LinkedHashMap<>();
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Feb 26 17:04:44 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/testFixtures/groovy/org/gradle/integtests/fixtures/publish/ModuleVersionSpec.groovy

                            artifacts << module.getArtifact(expectation.spec)
                        }
                    } else {
                        artifacts << module.artifact
                    }
                    artifacts.each { artifact ->
                        switch (expectation.type) {
                            case InteractionExpectation.GET:
                                artifact.expectGet()
                                break
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 14.4K bytes
    - Viewed (0)
  5. platforms/core-configuration/dependency-management-serialization-codecs/src/main/kotlin/org/gradle/internal/serialize/codecs/dm/transform/TransformedArtifactCodec.kt

     */
    
    package org.gradle.internal.serialize.codecs.dm.transform
    
    import org.gradle.api.artifacts.component.ComponentIdentifier
    import org.gradle.api.capabilities.Capability
    import org.gradle.api.internal.artifacts.PreResolvedResolvableArtifact
    import org.gradle.api.internal.artifacts.transform.BoundTransformStep
    import org.gradle.api.internal.artifacts.transform.TransformingAsyncArtifactListener
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 18:56:44 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  6. platforms/software/signing/src/integTest/groovy/org/gradle/plugins/signing/SigningPublicationsIntegrationSpec.groovy

                standardIvyRepoFile(spec.artifactId, spec.version, "$spec.artifactId-${spec.version}-source.jar.asc"),
                standardIvyRepoFile(spec.artifactId, spec.version, "$spec.artifactId-${spec.version}.module"),
                standardIvyRepoFile(spec.artifactId, spec.version, "$spec.artifactId-${spec.version}.module.asc")
            ]
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 09 01:09:32 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  7. maven-core/src/main/java/org/apache/maven/ReactorReader.java

            String groupId = artifact.getGroupId();
            String artifactId = artifact.getArtifactId();
            String version = artifact.getBaseVersion();
            String classifier = artifact.getClassifier();
            String extension = artifact.getExtension();
            Path repo = getProjectLocalRepo();
            return repo.resolve(groupId)
                    .resolve(artifactId)
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 16:33:18 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  8. maven-core/src/main/java/org/apache/maven/project/artifact/DefaultProjectArtifactsCache.java

        }
    
        @Override
        public CacheRecord put(Key key, Set<Artifact> projectArtifacts) {
            Objects.requireNonNull(projectArtifacts, "projectArtifacts cannot be null");
            assertUniqueKey(key);
    
            SetWithResolutionResult artifacts;
            if (projectArtifacts instanceof SetWithResolutionResult) {
                artifacts = (SetWithResolutionResult) projectArtifacts;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:49 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/apiv4-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.pom

      <parent>
        <artifactId>maven-parent</artifactId>
        <groupId>org.apache.maven</groupId>
        <version>5</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
      <groupId>org.apache.maven.artifact</groupId>
      <artifactId>maven-artifact</artifactId>
      <version>3.0-SNAPSHOT</version>
      <name>Maven Artifact</name>
      <scm>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 3.7K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.pom

      <parent>
        <artifactId>maven-parent</artifactId>
        <groupId>org.apache.maven</groupId>
        <version>5</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
      <groupId>org.apache.maven.artifact</groupId>
      <artifactId>maven-artifact</artifactId>
      <version>3.0-SNAPSHOT</version>
      <name>Maven Artifact</name>
      <scm>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Dec 24 18:09:10 UTC 2020
    - 3.7K bytes
    - Viewed (0)
Back to top