GroupId | GroupIdcom.testquack |
---|---|
ArtifactId | ArtifactIdbeans |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
beans-1.1.pom | |
beans-1.1.jar | 158 KB |
beans-1.1-sources.jar | 98 KB |
beans-1.1-javadoc.jar | 336 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.testquack/beans/ -->
<dependency>
<groupId>com.testquack</groupId>
<artifactId>beans</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.testquack/beans/
implementation 'com.testquack:beans:1.1'
// https://jarcasting.com/artifacts/com.testquack/beans/
implementation ("com.testquack:beans:1.1")
'com.testquack:beans:jar:1.1'
<dependency org="com.testquack" name="beans" rev="1.1">
<artifact name="beans" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testquack', module='beans', version='1.1')
)
libraryDependencies += "com.testquack" % "beans" % "1.1"
[com.testquack/beans "1.1"]