License |
License |
---|---|
GroupId | GroupIdorg.ladsn |
ArtifactId | ArtifactIdladsn-core |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionladsn-core
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Filename | Size |
---|---|
ladsn-core-1.0.1.pom | |
ladsn-core-1.0.1.jar | 5 KB |
ladsn-core-1.0.1-sources.jar | 4 KB |
ladsn-core-1.0.1-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ladsn/ladsn-core/ -->
<dependency>
<groupId>org.ladsn</groupId>
<artifactId>ladsn-core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ladsn/ladsn-core/
implementation 'org.ladsn:ladsn-core:1.0.1'
// https://jarcasting.com/artifacts/org.ladsn/ladsn-core/
implementation ("org.ladsn:ladsn-core:1.0.1")
'org.ladsn:ladsn-core:jar:1.0.1'
<dependency org="org.ladsn" name="ladsn-core" rev="1.0.1">
<artifact name="ladsn-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ladsn', module='ladsn-core', version='1.0.1')
)
libraryDependencies += "org.ladsn" % "ladsn-core" % "1.0.1"
[org.ladsn/ladsn-core "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.6 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context | jar | 5.1.6.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |