GroupId | GroupIdcom.github.paganini2008 |
---|---|
ArtifactId | ArtifactIdspringdessert |
Version | Version2.0.2 |
Type | Typepom |
Filename | Size |
---|---|
springdessert-2.0.2.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.paganini2008/springdessert/ -->
<dependency>
<groupId>com.github.paganini2008</groupId>
<artifactId>springdessert</artifactId>
<version>2.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.paganini2008/springdessert/
implementation 'com.github.paganini2008:springdessert:2.0.2'
// https://jarcasting.com/artifacts/com.github.paganini2008/springdessert/
implementation ("com.github.paganini2008:springdessert:2.0.2")
'com.github.paganini2008:springdessert:pom:2.0.2'
<dependency org="com.github.paganini2008" name="springdessert" rev="2.0.2">
<artifact name="springdessert" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.paganini2008', module='springdessert', version='2.0.2')
)
libraryDependencies += "com.github.paganini2008" % "springdessert" % "2.0.2"
[com.github.paganini2008/springdessert "2.0.2"]