GroupId | GroupIdorg.rosenvold.spring |
---|---|
ArtifactId | ArtifactIdconvention-bean-factory |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
convention-bean-factory-0.3.pom | |
convention-bean-factory-0.3.jar | 18 KB |
convention-bean-factory-0.3-sources.jar | 14 KB |
convention-bean-factory-0.3-javadoc.jar | 118 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.rosenvold.spring/convention-bean-factory/
implementation 'org.rosenvold.spring:convention-bean-factory:0.3'
// https://jarcasting.com/artifacts/org.rosenvold.spring/convention-bean-factory/
implementation ("org.rosenvold.spring:convention-bean-factory:0.3")
'org.rosenvold.spring:convention-bean-factory:jar:0.3'
<dependency org="org.rosenvold.spring" name="convention-bean-factory" rev="0.3">
<artifact name="convention-bean-factory" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rosenvold.spring', module='convention-bean-factory', version='0.3')
)
libraryDependencies += "org.rosenvold.spring" % "convention-bean-factory" % "0.3"
[org.rosenvold.spring/convention-bean-factory "0.3"]