License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdtop.dogtcc.database |
ArtifactId | ArtifactIdcore |
Last Version | Last Version1.0.2-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
core-1.0.2-RELEASE.pom | |
core-1.0.2-RELEASE.jar | 28 KB |
core-1.0.2-RELEASE-sources.jar | 14 KB |
core-1.0.2-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.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/top.dogtcc.database/core/
implementation 'top.dogtcc.database:core:1.0.2-RELEASE'
// https://jarcasting.com/artifacts/top.dogtcc.database/core/
implementation ("top.dogtcc.database:core:1.0.2-RELEASE")
'top.dogtcc.database:core:jar:1.0.2-RELEASE'
<dependency org="top.dogtcc.database" name="core" rev="1.0.2-RELEASE">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.dogtcc.database', module='core', version='1.0.2-RELEASE')
)
libraryDependencies += "top.dogtcc.database" % "core" % "1.0.2-RELEASE"
[top.dogtcc.database/core "1.0.2-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
top.dogtcc : core | jar | 1.0.2-RELEASE |
org.springframework.data : spring-data-commons | jar | |
junit : junit | jar | 4.10 |