GroupId | GroupIdorg.bitbucket.openisoj |
---|---|
ArtifactId | ArtifactIdopenisoj-tests |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
openisoj-tests-1.0.1.pom | |
openisoj-tests-1.0.1.jar | 4 KB |
openisoj-tests-1.0.1-sources.jar | 1 KB |
openisoj-tests-1.0.1-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.openisoj/openisoj-tests/ -->
<dependency>
<groupId>org.bitbucket.openisoj</groupId>
<artifactId>openisoj-tests</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.openisoj/openisoj-tests/
implementation 'org.bitbucket.openisoj:openisoj-tests:1.0.1'
// https://jarcasting.com/artifacts/org.bitbucket.openisoj/openisoj-tests/
implementation ("org.bitbucket.openisoj:openisoj-tests:1.0.1")
'org.bitbucket.openisoj:openisoj-tests:jar:1.0.1'
<dependency org="org.bitbucket.openisoj" name="openisoj-tests" rev="1.0.1">
<artifact name="openisoj-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.openisoj', module='openisoj-tests', version='1.0.1')
)
libraryDependencies += "org.bitbucket.openisoj" % "openisoj-tests" % "1.0.1"
[org.bitbucket.openisoj/openisoj-tests "1.0.1"]