GroupId | GroupIdorg.rosenvold.spring |
---|---|
ArtifactId | ArtifactIdconvention-bean-factory |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
convention-bean-factory-0.4.pom | |
convention-bean-factory-0.4.jar | 22 KB |
convention-bean-factory-0.4-sources.jar | 16 KB |
convention-bean-factory-0.4-javadoc.jar | 129 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.rosenvold.spring/convention-bean-factory/ -->
<dependency>
<groupId>org.rosenvold.spring</groupId>
<artifactId>convention-bean-factory</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.rosenvold.spring/convention-bean-factory/
implementation 'org.rosenvold.spring:convention-bean-factory:0.4'
// https://jarcasting.com/artifacts/org.rosenvold.spring/convention-bean-factory/
implementation ("org.rosenvold.spring:convention-bean-factory:0.4")
'org.rosenvold.spring:convention-bean-factory:jar:0.4'
<dependency org="org.rosenvold.spring" name="convention-bean-factory" rev="0.4">
<artifact name="convention-bean-factory" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rosenvold.spring', module='convention-bean-factory', version='0.4')
)
libraryDependencies += "org.rosenvold.spring" % "convention-bean-factory" % "0.4"
[org.rosenvold.spring/convention-bean-factory "0.4"]