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