| License |
License |
|---|---|
| GroupId | GroupIdcom.testquack |
| ArtifactId | ArtifactIdbeans |
| Last Version | Last Version1.19 |
| Release Date | Release Date |
| 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.19.pom | |
| beans-1.19.jar | 158 KB |
| beans-1.19-sources.jar | 98 KB |
| beans-1.19-javadoc.jar | 336 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.testquack/beans/ -->
<dependency>
<groupId>com.testquack</groupId>
<artifactId>beans</artifactId>
<version>1.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.testquack/beans/
implementation 'com.testquack:beans:1.19'
// https://jarcasting.com/artifacts/com.testquack/beans/
implementation ("com.testquack:beans:1.19")
'com.testquack:beans:jar:1.19'
<dependency org="com.testquack" name="beans" rev="1.19">
<artifact name="beans" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testquack', module='beans', version='1.19')
)
libraryDependencies += "com.testquack" % "beans" % "1.19"
[com.testquack/beans "1.19"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jvnet.jaxb2_commons : jaxb2-basics-runtime | jar | 1.11.1 |
| jakarta.xml.bind : jakarta.xml.bind-api | jar | 2.3.3 |
| javax.annotation : javax.annotation-api | jar | 1.3.2 |
| 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 |