is not current version
Last Version 3.0.0-M1

org.ow2.easybeans:easybeans-util 2.0.0-M1

Some utility classes.

GroupId

GroupId

org.ow2.easybeans
ArtifactId

ArtifactId

easybeans-util
Version

Version

2.0.0-M1
Type

Type

jar

Download easybeans-util 2.0.0-M1


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