is not current version
Last Version 0.6

org.rosenvold.spring:convention-bean-factory 0.1

A convention over configuration bean factory for spring framework

GroupId

GroupId

org.rosenvold.spring
ArtifactId

ArtifactId

convention-bean-factory
Version

Version

0.1
Type

Type

jar

Download convention-bean-factory 0.1


<!-- https://jarcasting.com/artifacts/org.rosenvold.spring/convention-bean-factory/ -->
<dependency>
    <groupId>org.rosenvold.spring</groupId>
    <artifactId>convention-bean-factory</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.rosenvold.spring/convention-bean-factory/
implementation 'org.rosenvold.spring:convention-bean-factory:0.1'
// https://jarcasting.com/artifacts/org.rosenvold.spring/convention-bean-factory/
implementation ("org.rosenvold.spring:convention-bean-factory:0.1")
'org.rosenvold.spring:convention-bean-factory:jar:0.1'
<dependency org="org.rosenvold.spring" name="convention-bean-factory" rev="0.1">
  <artifact name="convention-bean-factory" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rosenvold.spring', module='convention-bean-factory', version='0.1')
)
libraryDependencies += "org.rosenvold.spring" % "convention-bean-factory" % "0.1"
[org.rosenvold.spring/convention-bean-factory "0.1"]