GroupId | GroupIdio.atleon |
---|---|
ArtifactId | ArtifactIdatleon-spring |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
atleon-spring-0.1.0.pom | |
atleon-spring-0.1.0.jar | 2 KB |
atleon-spring-0.1.0-sources.jar | 2 KB |
atleon-spring-0.1.0-javadoc.jar | 390 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.atleon/atleon-spring/ -->
<dependency>
<groupId>io.atleon</groupId>
<artifactId>atleon-spring</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.atleon/atleon-spring/
implementation 'io.atleon:atleon-spring:0.1.0'
// https://jarcasting.com/artifacts/io.atleon/atleon-spring/
implementation ("io.atleon:atleon-spring:0.1.0")
'io.atleon:atleon-spring:jar:0.1.0'
<dependency org="io.atleon" name="atleon-spring" rev="0.1.0">
<artifact name="atleon-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.atleon', module='atleon-spring', version='0.1.0')
)
libraryDependencies += "io.atleon" % "atleon-spring" % "0.1.0"
[io.atleon/atleon-spring "0.1.0"]