GroupId | GroupIdorg.ow2.easybeans |
---|---|
ArtifactId | ArtifactIdeasybeans-example-migrationejb21 |
Version | Version1.1.0-M3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ow2.easybeans/easybeans-example-migrationejb21/ -->
<dependency>
<groupId>org.ow2.easybeans</groupId>
<artifactId>easybeans-example-migrationejb21</artifactId>
<version>1.1.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.easybeans/easybeans-example-migrationejb21/
implementation 'org.ow2.easybeans:easybeans-example-migrationejb21:1.1.0-M3'
// https://jarcasting.com/artifacts/org.ow2.easybeans/easybeans-example-migrationejb21/
implementation ("org.ow2.easybeans:easybeans-example-migrationejb21:1.1.0-M3")
'org.ow2.easybeans:easybeans-example-migrationejb21:jar:1.1.0-M3'
<dependency org="org.ow2.easybeans" name="easybeans-example-migrationejb21" rev="1.1.0-M3">
<artifact name="easybeans-example-migrationejb21" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.easybeans', module='easybeans-example-migrationejb21', version='1.1.0-M3')
)
libraryDependencies += "org.ow2.easybeans" % "easybeans-example-migrationejb21" % "1.1.0-M3"
[org.ow2.easybeans/easybeans-example-migrationejb21 "1.1.0-M3"]