License |
License |
---|---|
GroupId | GroupIdcom.testquack |
ArtifactId | ArtifactIdbeans |
Version | Version1.5 |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project OrganizationQuAck |
Filename | Size |
---|---|
beans-1.5.pom | |
beans-1.5.jar | 195 KB |
beans-1.5-sources.jar | 122 KB |
beans-1.5-javadoc.jar | 404 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.testquack/beans/ -->
<dependency>
<groupId>com.testquack</groupId>
<artifactId>beans</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.testquack/beans/
implementation 'com.testquack:beans:1.5'
// https://jarcasting.com/artifacts/com.testquack/beans/
implementation ("com.testquack:beans:1.5")
'com.testquack:beans:jar:1.5'
<dependency org="com.testquack" name="beans" rev="1.5">
<artifact name="beans" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testquack', module='beans', version='1.5')
)
libraryDependencies += "com.testquack" % "beans" % "1.5"
[com.testquack/beans "1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.jvnet.jaxb2_commons : jaxb2-basics-runtime | jar | 1.11.1 |
Group / Artifact | Type | Version |
---|---|---|
com.sun.xml.bind : jaxb-impl | jar | 2.2.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |