| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdcom.newzly |
| ArtifactId | ArtifactIdphantom-dsl_2.10 |
| Version | Version0.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| phantom-dsl_2.10-0.3.0.pom | |
| phantom-dsl_2.10-0.3.0.jar | 271 KB |
| phantom-dsl_2.10-0.3.0-sources.jar | 27 KB |
| phantom-dsl_2.10-0.3.0-javadoc.jar | 614 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.newzly/phantom-dsl_2.10/ -->
<dependency>
<groupId>com.newzly</groupId>
<artifactId>phantom-dsl_2.10</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.newzly/phantom-dsl_2.10/
implementation 'com.newzly:phantom-dsl_2.10:0.3.0'
// https://jarcasting.com/artifacts/com.newzly/phantom-dsl_2.10/
implementation ("com.newzly:phantom-dsl_2.10:0.3.0")
'com.newzly:phantom-dsl_2.10:jar:0.3.0'
<dependency org="com.newzly" name="phantom-dsl_2.10" rev="0.3.0">
<artifact name="phantom-dsl_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.newzly', module='phantom-dsl_2.10', version='0.3.0')
)
libraryDependencies += "com.newzly" % "phantom-dsl_2.10" % "0.3.0"
[com.newzly/phantom-dsl_2.10 "0.3.0"]