Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.testerum |
ArtifactId | ArtifactIdcommon-jdk |
Version | Version1.1-pre-alpha-21 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.testerum/common-jdk/ -->
<dependency>
<groupId>com.testerum</groupId>
<artifactId>common-jdk</artifactId>
<version>1.1-pre-alpha-21</version>
</dependency>
// https://jarcasting.com/artifacts/com.testerum/common-jdk/
implementation 'com.testerum:common-jdk:1.1-pre-alpha-21'
// https://jarcasting.com/artifacts/com.testerum/common-jdk/
implementation ("com.testerum:common-jdk:1.1-pre-alpha-21")
'com.testerum:common-jdk:jar:1.1-pre-alpha-21'
<dependency org="com.testerum" name="common-jdk" rev="1.1-pre-alpha-21">
<artifact name="common-jdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testerum', module='common-jdk', version='1.1-pre-alpha-21')
)
libraryDependencies += "com.testerum" % "common-jdk" % "1.1-pre-alpha-21"
[com.testerum/common-jdk "1.1-pre-alpha-21"]