License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.github.ByungJun25 |
ArtifactId | ArtifactIdspring-instant |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionspring-instant
Spring Instant Library.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-instant-0.1.1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ByungJun25/spring-instant/ -->
<dependency>
<groupId>com.github.ByungJun25</groupId>
<artifactId>spring-instant</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ByungJun25/spring-instant/
implementation 'com.github.ByungJun25:spring-instant:0.1.1'
// https://jarcasting.com/artifacts/com.github.ByungJun25/spring-instant/
implementation ("com.github.ByungJun25:spring-instant:0.1.1")
'com.github.ByungJun25:spring-instant:pom:0.1.1'
<dependency org="com.github.ByungJun25" name="spring-instant" rev="0.1.1">
<artifact name="spring-instant" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ByungJun25', module='spring-instant', version='0.1.1')
)
libraryDependencies += "com.github.ByungJun25" % "spring-instant" % "0.1.1"
[com.github.ByungJun25/spring-instant "0.1.1"]