Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.ow2.easybeans |
ArtifactId | ArtifactIdeasybeans-ant-tasks |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
easybeans-ant-tasks-1.0.0.pom | |
easybeans-ant-tasks-1.0.0.jar | 25 KB |
easybeans-ant-tasks-1.0.0-sources.jar | 34 KB |
easybeans-ant-tasks-1.0.0-javadoc.jar | 156 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.easybeans/easybeans-ant-tasks/ -->
<dependency>
<groupId>org.ow2.easybeans</groupId>
<artifactId>easybeans-ant-tasks</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.easybeans/easybeans-ant-tasks/
implementation 'org.ow2.easybeans:easybeans-ant-tasks:1.0.0'
// https://jarcasting.com/artifacts/org.ow2.easybeans/easybeans-ant-tasks/
implementation ("org.ow2.easybeans:easybeans-ant-tasks:1.0.0")
'org.ow2.easybeans:easybeans-ant-tasks:jar:1.0.0'
<dependency org="org.ow2.easybeans" name="easybeans-ant-tasks" rev="1.0.0">
<artifact name="easybeans-ant-tasks" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.easybeans', module='easybeans-ant-tasks', version='1.0.0')
)
libraryDependencies += "org.ow2.easybeans" % "easybeans-ant-tasks" % "1.0.0"
[org.ow2.easybeans/easybeans-ant-tasks "1.0.0"]