| License |
License |
|---|---|
| GroupId | GroupIdcom.github.artislong |
| ArtifactId | ArtifactIdspring-beans-loader |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| spring-beans-loader-1.0.pom | |
| spring-beans-loader-1.0.jar | 8 KB |
| spring-beans-loader-1.0-sources.jar | 3 KB |
| spring-beans-loader-1.0-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.artislong/spring-beans-loader/ -->
<dependency>
<groupId>com.github.artislong</groupId>
<artifactId>spring-beans-loader</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.artislong/spring-beans-loader/
implementation 'com.github.artislong:spring-beans-loader:1.0'
// https://jarcasting.com/artifacts/com.github.artislong/spring-beans-loader/
implementation ("com.github.artislong:spring-beans-loader:1.0")
'com.github.artislong:spring-beans-loader:jar:1.0'
<dependency org="com.github.artislong" name="spring-beans-loader" rev="1.0">
<artifact name="spring-beans-loader" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.artislong', module='spring-beans-loader', version='1.0')
)
libraryDependencies += "com.github.artislong" % "spring-beans-loader" % "1.0"
[com.github.artislong/spring-beans-loader "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | |
| org.springframework.boot : spring-boot-configuration-processor | jar | |
| org.projectlombok : lombok Optional | jar |