GroupId | GroupIdcom.borjaglez |
---|---|
ArtifactId | ArtifactIdspringify-all |
Version | Version0.2.1 |
Type | Typepom |
Filename | Size |
---|---|
springify-all-0.2.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.borjaglez/springify-all/ -->
<dependency>
<groupId>com.borjaglez</groupId>
<artifactId>springify-all</artifactId>
<version>0.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.borjaglez/springify-all/
implementation 'com.borjaglez:springify-all:0.2.1'
// https://jarcasting.com/artifacts/com.borjaglez/springify-all/
implementation ("com.borjaglez:springify-all:0.2.1")
'com.borjaglez:springify-all:pom:0.2.1'
<dependency org="com.borjaglez" name="springify-all" rev="0.2.1">
<artifact name="springify-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.borjaglez', module='springify-all', version='0.2.1')
)
libraryDependencies += "com.borjaglez" % "springify-all" % "0.2.1"
[com.borjaglez/springify-all "0.2.1"]