License |
License |
---|---|
GroupId | GroupIdcom.codeages |
ArtifactId | ArtifactIdframework |
Last Version | Last Version1.0.7-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionframework
Framework for Spring Boot
|
Filename | Size |
---|---|
framework-1.0.7-RELEASE.pom | |
framework-1.0.7-RELEASE.jar | 81 KB |
framework-1.0.7-RELEASE-sources.jar | 36 KB |
framework-1.0.7-RELEASE-javadoc.jar | 695 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codeages/framework/ -->
<dependency>
<groupId>com.codeages</groupId>
<artifactId>framework</artifactId>
<version>1.0.7-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.codeages/framework/
implementation 'com.codeages:framework:1.0.7-RELEASE'
// https://jarcasting.com/artifacts/com.codeages/framework/
implementation ("com.codeages:framework:1.0.7-RELEASE")
'com.codeages:framework:jar:1.0.7-RELEASE'
<dependency org="com.codeages" name="framework" rev="1.0.7-RELEASE">
<artifact name="framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codeages', module='framework', version='1.0.7-RELEASE')
)
libraryDependencies += "com.codeages" % "framework" % "1.0.7-RELEASE"
[com.codeages/framework "1.0.7-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-devtools Optional | jar | 2.3.2.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
com.codeages : test-framework | jar | 1.0.6-RELEASE |