License |
License |
---|---|
GroupId | GroupIdcom.sourceallies.beanoh |
ArtifactId | ArtifactIdbeanoh |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionBeanoh
Beanoh is a simple open source way to verify your Spring context. Teams that leverage Beanoh spend less time focusing on configuring Spring and more time adding business value.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
beanoh-1.0.0.pom | |
beanoh-1.0.0.jar | 16 KB |
beanoh-1.0.0-sources.jar | 13 KB |
beanoh-1.0.0-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sourceallies.beanoh/beanoh/ -->
<dependency>
<groupId>com.sourceallies.beanoh</groupId>
<artifactId>beanoh</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sourceallies.beanoh/beanoh/
implementation 'com.sourceallies.beanoh:beanoh:1.0.0'
// https://jarcasting.com/artifacts/com.sourceallies.beanoh/beanoh/
implementation ("com.sourceallies.beanoh:beanoh:1.0.0")
'com.sourceallies.beanoh:beanoh:jar:1.0.0'
<dependency org="com.sourceallies.beanoh" name="beanoh" rev="1.0.0">
<artifact name="beanoh" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sourceallies.beanoh', module='beanoh', version='1.0.0')
)
libraryDependencies += "com.sourceallies.beanoh" % "beanoh" % "1.0.0"
[com.sourceallies.beanoh/beanoh "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
cglib : cglib | jar | 2.2 |
commons-logging : commons-logging | jar | 1.1.1 |
log4j : log4j | jar | 1.2.16 |
org.springframework : spring-beans | jar | 3.0.0.RELEASE |
org.springframework : spring-context | jar | 3.0.0.RELEASE |
org.springframework : spring-core | jar | 3.0.0.RELEASE |
org.springframework : spring-test | jar | 3.0.0.RELEASE |
org.springframework : spring-web | jar | 3.0.0.RELEASE |
javax.servlet : servlet-api | jar | 2.5 |
jaxen : jaxen | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.aspectj : aspectjweaver | jar | 1.6.8 |
org.hibernate : hibernate-core | jar | 3.3.2.GA |
org.mockito : mockito-core | jar | 1.8.5 |
org.springframework : spring-orm | jar | 3.0.0.RELEASE |
org.springframework : spring-tx | jar | 3.0.0.RELEASE |
hsqldb : hsqldb | jar | 1.8.0.10 |