License |
License |
---|---|
GroupId | GroupIdio.github.zlgspace |
ArtifactId | ArtifactIdaptbase |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionaptbase
single instance helper
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
aptbase-1.0.0.pom | |
aptbase-1.0.0.jar | 2 KB |
aptbase-1.0.0-sources.jar | 1 KB |
aptbase-1.0.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.zlgspace/aptbase/ -->
<dependency>
<groupId>io.github.zlgspace</groupId>
<artifactId>aptbase</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.zlgspace/aptbase/
implementation 'io.github.zlgspace:aptbase:1.0.0'
// https://jarcasting.com/artifacts/io.github.zlgspace/aptbase/
implementation ("io.github.zlgspace:aptbase:1.0.0")
'io.github.zlgspace:aptbase:jar:1.0.0'
<dependency org="io.github.zlgspace" name="aptbase" rev="1.0.0">
<artifact name="aptbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.zlgspace', module='aptbase', version='1.0.0')
)
libraryDependencies += "io.github.zlgspace" % "aptbase" % "1.0.0"
[io.github.zlgspace/aptbase "1.0.0"]