License |
License |
---|---|
GroupId | GroupIdcom.parisesoftware |
ArtifactId | ArtifactIdspring-bean-factory-core |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionSpring Bean Factory :: Core
Core Logic for the Spring Bean Factory
|
<!-- https://jarcasting.com/artifacts/com.parisesoftware/spring-bean-factory-core/ -->
<dependency>
<groupId>com.parisesoftware</groupId>
<artifactId>spring-bean-factory-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.parisesoftware/spring-bean-factory-core/
implementation 'com.parisesoftware:spring-bean-factory-core:1.0.0'
// https://jarcasting.com/artifacts/com.parisesoftware/spring-bean-factory-core/
implementation ("com.parisesoftware:spring-bean-factory-core:1.0.0")
'com.parisesoftware:spring-bean-factory-core:jar:1.0.0'
<dependency org="com.parisesoftware" name="spring-bean-factory-core" rev="1.0.0">
<artifact name="spring-bean-factory-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.parisesoftware', module='spring-bean-factory-core', version='1.0.0')
)
libraryDependencies += "com.parisesoftware" % "spring-bean-factory-core" % "1.0.0"
[com.parisesoftware/spring-bean-factory-core "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.7 |
org.codehaus.groovy : groovy-all | pom | 2.5.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.spockframework : spock-core | jar | 1.3-groovy-2.5 |