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