License |
License |
---|---|
GroupId | GroupIdcom.github.caijh.commons |
ArtifactId | ArtifactIdcommons-base |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommons-base
commons-base
|
Filename | Size |
---|---|
commons-base-0.0.1.pom | |
commons-base-0.0.1.jar | 8 KB |
commons-base-0.0.1-sources.jar | 6 KB |
commons-base-0.0.1-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.caijh.commons/commons-base/ -->
<dependency>
<groupId>com.github.caijh.commons</groupId>
<artifactId>commons-base</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.caijh.commons/commons-base/
implementation 'com.github.caijh.commons:commons-base:0.0.1'
// https://jarcasting.com/artifacts/com.github.caijh.commons/commons-base/
implementation ("com.github.caijh.commons:commons-base:0.0.1")
'com.github.caijh.commons:commons-base:jar:0.0.1'
<dependency org="com.github.caijh.commons" name="commons-base" rev="0.0.1">
<artifact name="commons-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.caijh.commons', module='commons-base', version='0.0.1')
)
libraryDependencies += "com.github.caijh.commons" % "commons-base" % "0.0.1"
[com.github.caijh.commons/commons-base "0.0.1"]