GroupId | GroupIdcom.metreeca |
---|---|
ArtifactId | ArtifactIdj2ee |
Version | Version0.47.1 |
Type | Typejar |
Filename | Size |
---|---|
j2ee-0.47.1.pom | |
j2ee-0.47.1.jar | 10 KB |
j2ee-0.47.1-tests.jar | 2 KB |
j2ee-0.47.1-sources.jar | 7 KB |
j2ee-0.47.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.metreeca/j2ee/ -->
<dependency>
<groupId>com.metreeca</groupId>
<artifactId>j2ee</artifactId>
<version>0.47.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.metreeca/j2ee/
implementation 'com.metreeca:j2ee:0.47.1'
// https://jarcasting.com/artifacts/com.metreeca/j2ee/
implementation ("com.metreeca:j2ee:0.47.1")
'com.metreeca:j2ee:jar:0.47.1'
<dependency org="com.metreeca" name="j2ee" rev="0.47.1">
<artifact name="j2ee" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.metreeca', module='j2ee', version='0.47.1')
)
libraryDependencies += "com.metreeca" % "j2ee" % "0.47.1"
[com.metreeca/j2ee "0.47.1"]