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