GroupId | GroupIdorg.ow2.easybeans |
---|---|
ArtifactId | ArtifactIdeasybeans-examples |
Version | Version1.1.0-M3-JONAS |
Type | Typepom |
Filename | Size |
---|---|
easybeans-examples-1.1.0-M3-JONAS.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.easybeans/easybeans-examples/ -->
<dependency>
<groupId>org.ow2.easybeans</groupId>
<artifactId>easybeans-examples</artifactId>
<version>1.1.0-M3-JONAS</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.easybeans/easybeans-examples/
implementation 'org.ow2.easybeans:easybeans-examples:1.1.0-M3-JONAS'
// https://jarcasting.com/artifacts/org.ow2.easybeans/easybeans-examples/
implementation ("org.ow2.easybeans:easybeans-examples:1.1.0-M3-JONAS")
'org.ow2.easybeans:easybeans-examples:pom:1.1.0-M3-JONAS'
<dependency org="org.ow2.easybeans" name="easybeans-examples" rev="1.1.0-M3-JONAS">
<artifact name="easybeans-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.easybeans', module='easybeans-examples', version='1.1.0-M3-JONAS')
)
libraryDependencies += "org.ow2.easybeans" % "easybeans-examples" % "1.1.0-M3-JONAS"
[org.ow2.easybeans/easybeans-examples "1.1.0-M3-JONAS"]