Categories |
CategoriesApache TomEE Container Application Servers |
---|---|
GroupId | GroupIdorg.microshed.boost.runtimes |
ArtifactId | ArtifactIdtomee |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
tomee-0.2.0.pom | |
tomee-0.2.0.jar | 15 KB |
tomee-0.2.0-sources.jar | 10 KB |
tomee-0.2.0-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.microshed.boost.runtimes/tomee/ -->
<dependency>
<groupId>org.microshed.boost.runtimes</groupId>
<artifactId>tomee</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.microshed.boost.runtimes/tomee/
implementation 'org.microshed.boost.runtimes:tomee:0.2.0'
// https://jarcasting.com/artifacts/org.microshed.boost.runtimes/tomee/
implementation ("org.microshed.boost.runtimes:tomee:0.2.0")
'org.microshed.boost.runtimes:tomee:jar:0.2.0'
<dependency org="org.microshed.boost.runtimes" name="tomee" rev="0.2.0">
<artifact name="tomee" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.microshed.boost.runtimes', module='tomee', version='0.2.0')
)
libraryDependencies += "org.microshed.boost.runtimes" % "tomee" % "0.2.0"
[org.microshed.boost.runtimes/tomee "0.2.0"]