GroupId | GroupIdcom.spt-development |
---|---|
ArtifactId | ArtifactIdspt-development-audit-spring |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.spt-development/spt-development-audit-spring/ -->
<dependency>
<groupId>com.spt-development</groupId>
<artifactId>spt-development-audit-spring</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.spt-development/spt-development-audit-spring/
implementation 'com.spt-development:spt-development-audit-spring:1.0.0'
// https://jarcasting.com/artifacts/com.spt-development/spt-development-audit-spring/
implementation ("com.spt-development:spt-development-audit-spring:1.0.0")
'com.spt-development:spt-development-audit-spring:jar:1.0.0'
<dependency org="com.spt-development" name="spt-development-audit-spring" rev="1.0.0">
<artifact name="spt-development-audit-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spt-development', module='spt-development-audit-spring', version='1.0.0')
)
libraryDependencies += "com.spt-development" % "spt-development-audit-spring" % "1.0.0"
[com.spt-development/spt-development-audit-spring "1.0.0"]