| GroupId | GroupIdca.jimr |
|---|---|
| ArtifactId | ArtifactIdgae-mini-profiler-webapp |
| Version | Version2.0.0 |
| Type | Typewar |
| Filename | Size |
|---|---|
| gae-mini-profiler-webapp-2.0.0.pom | |
| gae-mini-profiler-webapp-2.0.0.war | 19 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/ca.jimr/gae-mini-profiler-webapp/ -->
<dependency>
<groupId>ca.jimr</groupId>
<artifactId>gae-mini-profiler-webapp</artifactId>
<version>2.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/ca.jimr/gae-mini-profiler-webapp/
implementation 'ca.jimr:gae-mini-profiler-webapp:2.0.0'
// https://jarcasting.com/artifacts/ca.jimr/gae-mini-profiler-webapp/
implementation ("ca.jimr:gae-mini-profiler-webapp:2.0.0")
'ca.jimr:gae-mini-profiler-webapp:war:2.0.0'
<dependency org="ca.jimr" name="gae-mini-profiler-webapp" rev="2.0.0">
<artifact name="gae-mini-profiler-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='ca.jimr', module='gae-mini-profiler-webapp', version='2.0.0')
)
libraryDependencies += "ca.jimr" % "gae-mini-profiler-webapp" % "2.0.0"
[ca.jimr/gae-mini-profiler-webapp "2.0.0"]