GroupId | GroupIdde.sebastianhesse.examples |
---|---|
ArtifactId | ArtifactIdprojen-test |
Version | Version0.1.77 |
Type | Typejar |
Filename | Size |
---|---|
projen-test-0.1.77.pom | |
projen-test-0.1.77.jar | 123 KB |
projen-test-0.1.77-sources.jar | 125 KB |
projen-test-0.1.77-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.sebastianhesse.examples/projen-test/ -->
<dependency>
<groupId>de.sebastianhesse.examples</groupId>
<artifactId>projen-test</artifactId>
<version>0.1.77</version>
</dependency>
// https://jarcasting.com/artifacts/de.sebastianhesse.examples/projen-test/
implementation 'de.sebastianhesse.examples:projen-test:0.1.77'
// https://jarcasting.com/artifacts/de.sebastianhesse.examples/projen-test/
implementation ("de.sebastianhesse.examples:projen-test:0.1.77")
'de.sebastianhesse.examples:projen-test:jar:0.1.77'
<dependency org="de.sebastianhesse.examples" name="projen-test" rev="0.1.77">
<artifact name="projen-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sebastianhesse.examples', module='projen-test', version='0.1.77')
)
libraryDependencies += "de.sebastianhesse.examples" % "projen-test" % "0.1.77"
[de.sebastianhesse.examples/projen-test "0.1.77"]