is not current version
Last Version 1.1.1

org.ow2.easybeans:easybeans-ant-tasks 1.0.1

Some ant tasks for EJB, WAR, EAR packaging

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.ow2.easybeans
ArtifactId

ArtifactId

easybeans-ant-tasks
Version

Version

1.0.1
Type

Type

jar

Download easybeans-ant-tasks 1.0.1


<!-- https://jarcasting.com/artifacts/org.ow2.easybeans/easybeans-ant-tasks/ -->
<dependency>
    <groupId>org.ow2.easybeans</groupId>
    <artifactId>easybeans-ant-tasks</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.easybeans/easybeans-ant-tasks/
implementation 'org.ow2.easybeans:easybeans-ant-tasks:1.0.1'
// https://jarcasting.com/artifacts/org.ow2.easybeans/easybeans-ant-tasks/
implementation ("org.ow2.easybeans:easybeans-ant-tasks:1.0.1")
'org.ow2.easybeans:easybeans-ant-tasks:jar:1.0.1'
<dependency org="org.ow2.easybeans" name="easybeans-ant-tasks" rev="1.0.1">
  <artifact name="easybeans-ant-tasks" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.easybeans', module='easybeans-ant-tasks', version='1.0.1')
)
libraryDependencies += "org.ow2.easybeans" % "easybeans-ant-tasks" % "1.0.1"
[org.ow2.easybeans/easybeans-ant-tasks "1.0.1"]