Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.testerum |
ArtifactId | ArtifactIdcommon-jdk |
Version | Version5.1.1 |
Type | Typejar |
Filename | Size |
---|---|
common-jdk-5.1.1.pom | |
common-jdk-5.1.1.jar | 21 KB |
common-jdk-5.1.1-sources.jar | 6 KB |
common-jdk-5.1.1-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.testerum/common-jdk/ -->
<dependency>
<groupId>com.testerum</groupId>
<artifactId>common-jdk</artifactId>
<version>5.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.testerum/common-jdk/
implementation 'com.testerum:common-jdk:5.1.1'
// https://jarcasting.com/artifacts/com.testerum/common-jdk/
implementation ("com.testerum:common-jdk:5.1.1")
'com.testerum:common-jdk:jar:5.1.1'
<dependency org="com.testerum" name="common-jdk" rev="5.1.1">
<artifact name="common-jdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testerum', module='common-jdk', version='5.1.1')
)
libraryDependencies += "com.testerum" % "common-jdk" % "5.1.1"
[com.testerum/common-jdk "5.1.1"]