GroupId | GroupIdorg.commonjava.test |
---|---|
ArtifactId | ArtifactIdcompiler-test-fixture |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
compiler-test-fixture-0.1.pom | |
compiler-test-fixture-0.1.jar | 12 KB |
compiler-test-fixture-0.1-sources.jar | 5 KB |
compiler-test-fixture-0.1-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.commonjava.test/compiler-test-fixture/ -->
<dependency>
<groupId>org.commonjava.test</groupId>
<artifactId>compiler-test-fixture</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.commonjava.test/compiler-test-fixture/
implementation 'org.commonjava.test:compiler-test-fixture:0.1'
// https://jarcasting.com/artifacts/org.commonjava.test/compiler-test-fixture/
implementation ("org.commonjava.test:compiler-test-fixture:0.1")
'org.commonjava.test:compiler-test-fixture:jar:0.1'
<dependency org="org.commonjava.test" name="compiler-test-fixture" rev="0.1">
<artifact name="compiler-test-fixture" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.commonjava.test', module='compiler-test-fixture', version='0.1')
)
libraryDependencies += "org.commonjava.test" % "compiler-test-fixture" % "0.1"
[org.commonjava.test/compiler-test-fixture "0.1"]