GroupId | GroupIdcom.seleritycorp.common.base |
---|---|
ArtifactId | ArtifactIdCommonBase |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
CommonBase-1.0.4.pom | |
CommonBase-1.0.4.jar | 136 KB |
CommonBase-1.0.4-tests.jar | 13 KB |
CommonBase-1.0.4-sources.jar | 127 KB |
CommonBase-1.0.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.seleritycorp.common.base/CommonBase/
implementation 'com.seleritycorp.common.base:CommonBase:1.0.4'
// https://jarcasting.com/artifacts/com.seleritycorp.common.base/CommonBase/
implementation ("com.seleritycorp.common.base:CommonBase:1.0.4")
'com.seleritycorp.common.base:CommonBase:jar:1.0.4'
<dependency org="com.seleritycorp.common.base" name="CommonBase" rev="1.0.4">
<artifact name="CommonBase" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seleritycorp.common.base', module='CommonBase', version='1.0.4')
)
libraryDependencies += "com.seleritycorp.common.base" % "CommonBase" % "1.0.4"
[com.seleritycorp.common.base/CommonBase "1.0.4"]