GroupId | GroupIdcom.borjaglez |
---|---|
ArtifactId | ArtifactIdspringify-examples |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
springify-examples-0.2.0.pom | |
springify-examples-0.2.0.jar | 10 KB |
springify-examples-0.2.0-sources.jar | 7 KB |
springify-examples-0.2.0-javadoc.jar | 442 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.borjaglez/springify-examples/ -->
<dependency>
<groupId>com.borjaglez</groupId>
<artifactId>springify-examples</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.borjaglez/springify-examples/
implementation 'com.borjaglez:springify-examples:0.2.0'
// https://jarcasting.com/artifacts/com.borjaglez/springify-examples/
implementation ("com.borjaglez:springify-examples:0.2.0")
'com.borjaglez:springify-examples:jar:0.2.0'
<dependency org="com.borjaglez" name="springify-examples" rev="0.2.0">
<artifact name="springify-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.borjaglez', module='springify-examples', version='0.2.0')
)
libraryDependencies += "com.borjaglez" % "springify-examples" % "0.2.0"
[com.borjaglez/springify-examples "0.2.0"]