GroupId | GroupIdcom.ubirch.auth |
---|---|
ArtifactId | ArtifactIdtest-tools_2.11 |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
test-tools_2.11-0.3.0.pom | |
test-tools_2.11-0.3.0.jar | 6 KB |
test-tools_2.11-0.3.0-sources.jar | 2 KB |
test-tools_2.11-0.3.0-javadoc.jar | 384 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ubirch.auth/test-tools_2.11/ -->
<dependency>
<groupId>com.ubirch.auth</groupId>
<artifactId>test-tools_2.11</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ubirch.auth/test-tools_2.11/
implementation 'com.ubirch.auth:test-tools_2.11:0.3.0'
// https://jarcasting.com/artifacts/com.ubirch.auth/test-tools_2.11/
implementation ("com.ubirch.auth:test-tools_2.11:0.3.0")
'com.ubirch.auth:test-tools_2.11:jar:0.3.0'
<dependency org="com.ubirch.auth" name="test-tools_2.11" rev="0.3.0">
<artifact name="test-tools_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ubirch.auth', module='test-tools_2.11', version='0.3.0')
)
libraryDependencies += "com.ubirch.auth" % "test-tools_2.11" % "0.3.0"
[com.ubirch.auth/test-tools_2.11 "0.3.0"]