GroupId | GroupIdcom.dooapp |
---|---|
ArtifactId | ArtifactIdgaedo-test-beans |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
gaedo-test-beans-0.3.0.pom | |
gaedo-test-beans-0.3.0.jar | 13 KB |
gaedo-test-beans-0.3.0-sources.jar | 12 KB |
gaedo-test-beans-0.3.0-javadoc.jar | 115 KB |
gaedo-test-beans-0.3.0-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>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.dooapp/gaedo-test-beans/
implementation 'com.dooapp:gaedo-test-beans:0.3.0'
// https://jarcasting.com/artifacts/com.dooapp/gaedo-test-beans/
implementation ("com.dooapp:gaedo-test-beans:0.3.0")
'com.dooapp:gaedo-test-beans:jar:0.3.0'
<dependency org="com.dooapp" name="gaedo-test-beans" rev="0.3.0">
<artifact name="gaedo-test-beans" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dooapp', module='gaedo-test-beans', version='0.3.0')
)
libraryDependencies += "com.dooapp" % "gaedo-test-beans" % "0.3.0"
[com.dooapp/gaedo-test-beans "0.3.0"]