Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.antiaction |
ArtifactId | ArtifactIdraptor-dbl |
Version | Version0.1.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
raptor-dbl-0.1.0-RC1.pom | |
raptor-dbl-0.1.0-RC1.jar | 75 KB |
raptor-dbl-0.1.0-RC1-sources.jar | 41 KB |
raptor-dbl-0.1.0-RC1-javadoc.jar | 360 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.antiaction/raptor-dbl/ -->
<dependency>
<groupId>com.antiaction</groupId>
<artifactId>raptor-dbl</artifactId>
<version>0.1.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.antiaction/raptor-dbl/
implementation 'com.antiaction:raptor-dbl:0.1.0-RC1'
// https://jarcasting.com/artifacts/com.antiaction/raptor-dbl/
implementation ("com.antiaction:raptor-dbl:0.1.0-RC1")
'com.antiaction:raptor-dbl:jar:0.1.0-RC1'
<dependency org="com.antiaction" name="raptor-dbl" rev="0.1.0-RC1">
<artifact name="raptor-dbl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.antiaction', module='raptor-dbl', version='0.1.0-RC1')
)
libraryDependencies += "com.antiaction" % "raptor-dbl" % "0.1.0-RC1"
[com.antiaction/raptor-dbl "0.1.0-RC1"]