License |
License |
---|---|
GroupId | GroupIdcom.borjaglez |
ArtifactId | ArtifactIdspringify-core |
Version | Version0.3.3 |
Type | Typejar |
Description |
DescriptionSpringify Core
Core module of the Springify library.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
springify-core-0.3.3.pom | |
springify-core-0.3.3.jar | 6 KB |
springify-core-0.3.3-sources.jar | 6 KB |
springify-core-0.3.3-javadoc.jar | 409 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.borjaglez/springify-core/ -->
<dependency>
<groupId>com.borjaglez</groupId>
<artifactId>springify-core</artifactId>
<version>0.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.borjaglez/springify-core/
implementation 'com.borjaglez:springify-core:0.3.3'
// https://jarcasting.com/artifacts/com.borjaglez/springify-core/
implementation ("com.borjaglez:springify-core:0.3.3")
'com.borjaglez:springify-core:jar:0.3.3'
<dependency org="com.borjaglez" name="springify-core" rev="0.3.3">
<artifact name="springify-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.borjaglez', module='springify-core', version='0.3.3')
)
libraryDependencies += "com.borjaglez" % "springify-core" % "0.3.3"
[com.borjaglez/springify-core "0.3.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.1.8.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 2.1.8.RELEASE |
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 |