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