License |
License |
---|---|
GroupId | GroupIdcom.borjaglez |
ArtifactId | ArtifactIdspringify-examples |
Version | Version0.2.2 |
Type | Typejar |
Description |
DescriptionSpringify Examples
Implementation examples of Springify.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
springify-examples-0.2.2.pom | |
springify-examples-0.2.2.jar | 11 KB |
springify-examples-0.2.2-sources.jar | 8 KB |
springify-examples-0.2.2-javadoc.jar | 446 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.borjaglez/springify-examples/ -->
<dependency>
<groupId>com.borjaglez</groupId>
<artifactId>springify-examples</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.borjaglez/springify-examples/
implementation 'com.borjaglez:springify-examples:0.2.2'
// https://jarcasting.com/artifacts/com.borjaglez/springify-examples/
implementation ("com.borjaglez:springify-examples:0.2.2")
'com.borjaglez:springify-examples:jar:0.2.2'
<dependency org="com.borjaglez" name="springify-examples" rev="0.2.2">
<artifact name="springify-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.borjaglez', module='springify-examples', version='0.2.2')
)
libraryDependencies += "com.borjaglez" % "springify-examples" % "0.2.2"
[com.borjaglez/springify-examples "0.2.2"]
Group / Artifact | Type | Version |
---|---|---|
com.borjaglez : springify-repository | jar | 0.2.2 |
org.springframework.boot : spring-boot-starter-web | jar | 2.1.8.RELEASE |
org.postgresql : postgresql | jar | 42.2.6 |
org.springframework.boot : spring-boot-starter | jar | 2.1.8.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.8.RELEASE |