GroupId | GroupIdcom.seleritycorp.common.base |
---|---|
ArtifactId | ArtifactIdCommonBase |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
CommonBase-1.0.3.pom | |
CommonBase-1.0.3.jar | 137 KB |
CommonBase-1.0.3-tests.jar | 13 KB |
CommonBase-1.0.3-sources.jar | 127 KB |
CommonBase-1.0.3-javadoc.jar | 648 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.seleritycorp.common.base/CommonBase/ -->
<dependency>
<groupId>com.seleritycorp.common.base</groupId>
<artifactId>CommonBase</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.seleritycorp.common.base/CommonBase/
implementation 'com.seleritycorp.common.base:CommonBase:1.0.3'
// https://jarcasting.com/artifacts/com.seleritycorp.common.base/CommonBase/
implementation ("com.seleritycorp.common.base:CommonBase:1.0.3")
'com.seleritycorp.common.base:CommonBase:jar:1.0.3'
<dependency org="com.seleritycorp.common.base" name="CommonBase" rev="1.0.3">
<artifact name="CommonBase" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seleritycorp.common.base', module='CommonBase', version='1.0.3')
)
libraryDependencies += "com.seleritycorp.common.base" % "CommonBase" % "1.0.3"
[com.seleritycorp.common.base/CommonBase "1.0.3"]