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