Categories |
CategoriesData |
---|---|
GroupId | GroupIdtop.dogtcc.database |
ArtifactId | ArtifactIdcore |
Version | Version1.0.1-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
core-1.0.1-RELEASE.pom | |
core-1.0.1-RELEASE.jar | 29 KB |
core-1.0.1-RELEASE-sources.jar | 14 KB |
core-1.0.1-RELEASE-javadoc.jar | 129 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.dogtcc.database/core/ -->
<dependency>
<groupId>top.dogtcc.database</groupId>
<artifactId>core</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/top.dogtcc.database/core/
implementation 'top.dogtcc.database:core:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/top.dogtcc.database/core/
implementation ("top.dogtcc.database:core:1.0.1-RELEASE")
'top.dogtcc.database:core:jar:1.0.1-RELEASE'
<dependency org="top.dogtcc.database" name="core" rev="1.0.1-RELEASE">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.dogtcc.database', module='core', version='1.0.1-RELEASE')
)
libraryDependencies += "top.dogtcc.database" % "core" % "1.0.1-RELEASE"
[top.dogtcc.database/core "1.0.1-RELEASE"]