Categories |
CategoriesAnt Build Tools Security |
---|---|
GroupId | GroupIdcom.github.ByungJun25 |
ArtifactId | ArtifactIdspring-security-instant |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ByungJun25/spring-security-instant/ -->
<dependency>
<groupId>com.github.ByungJun25</groupId>
<artifactId>spring-security-instant</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ByungJun25/spring-security-instant/
implementation 'com.github.ByungJun25:spring-security-instant:0.1.0'
// https://jarcasting.com/artifacts/com.github.ByungJun25/spring-security-instant/
implementation ("com.github.ByungJun25:spring-security-instant:0.1.0")
'com.github.ByungJun25:spring-security-instant:jar:0.1.0'
<dependency org="com.github.ByungJun25" name="spring-security-instant" rev="0.1.0">
<artifact name="spring-security-instant" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ByungJun25', module='spring-security-instant', version='0.1.0')
)
libraryDependencies += "com.github.ByungJun25" % "spring-security-instant" % "0.1.0"
[com.github.ByungJun25/spring-security-instant "0.1.0"]