GroupId | GroupIdcom.dooapp |
---|---|
ArtifactId | ArtifactIdgaedo-test-beans |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
gaedo-test-beans-1.0.7.pom | |
gaedo-test-beans-1.0.7.jar | 14 KB |
gaedo-test-beans-1.0.7-sources.jar | 12 KB |
gaedo-test-beans-1.0.7-javadoc.jar | 123 KB |
gaedo-test-beans-1.0.7-exceptions.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dooapp/gaedo-test-beans/ -->
<dependency>
<groupId>com.dooapp</groupId>
<artifactId>gaedo-test-beans</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.dooapp/gaedo-test-beans/
implementation 'com.dooapp:gaedo-test-beans:1.0.7'
// https://jarcasting.com/artifacts/com.dooapp/gaedo-test-beans/
implementation ("com.dooapp:gaedo-test-beans:1.0.7")
'com.dooapp:gaedo-test-beans:jar:1.0.7'
<dependency org="com.dooapp" name="gaedo-test-beans" rev="1.0.7">
<artifact name="gaedo-test-beans" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dooapp', module='gaedo-test-beans', version='1.0.7')
)
libraryDependencies += "com.dooapp" % "gaedo-test-beans" % "1.0.7"
[com.dooapp/gaedo-test-beans "1.0.7"]