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