Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdemma |
ArtifactId | ArtifactIdemma_ant |
Version | Version2.0.4217 |
Type | Typejar |
Filename | Size |
---|---|
emma_ant-2.0.4217.pom | |
emma_ant-2.0.4217.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/emma/emma_ant/ -->
<dependency>
<groupId>emma</groupId>
<artifactId>emma_ant</artifactId>
<version>2.0.4217</version>
</dependency>
// https://jarcasting.com/artifacts/emma/emma_ant/
implementation 'emma:emma_ant:2.0.4217'
// https://jarcasting.com/artifacts/emma/emma_ant/
implementation ("emma:emma_ant:2.0.4217")
'emma:emma_ant:jar:2.0.4217'
<dependency org="emma" name="emma_ant" rev="2.0.4217">
<artifact name="emma_ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='emma', module='emma_ant', version='2.0.4217')
)
libraryDependencies += "emma" % "emma_ant" % "2.0.4217"
[emma/emma_ant "2.0.4217"]