GroupId | GroupIdorg.irenical.jindy |
---|---|
ArtifactId | ArtifactIdjindy-test |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jindy-test-3.0.0.pom | |
jindy-test-3.0.0.jar | 6 KB |
jindy-test-3.0.0-sources.jar | 4 KB |
jindy-test-3.0.0-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.irenical.jindy/jindy-test/ -->
<dependency>
<groupId>org.irenical.jindy</groupId>
<artifactId>jindy-test</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.irenical.jindy/jindy-test/
implementation 'org.irenical.jindy:jindy-test:3.0.0'
// https://jarcasting.com/artifacts/org.irenical.jindy/jindy-test/
implementation ("org.irenical.jindy:jindy-test:3.0.0")
'org.irenical.jindy:jindy-test:jar:3.0.0'
<dependency org="org.irenical.jindy" name="jindy-test" rev="3.0.0">
<artifact name="jindy-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.irenical.jindy', module='jindy-test', version='3.0.0')
)
libraryDependencies += "org.irenical.jindy" % "jindy-test" % "3.0.0"
[org.irenical.jindy/jindy-test "3.0.0"]