GroupId | GroupIdco.mewf.humpty |
---|---|
ArtifactId | ArtifactIdhumpty-servlet |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
humpty-servlet-0.2.0.pom | |
humpty-servlet-0.2.0.jar | 10 KB |
humpty-servlet-0.2.0-sources.jar | 4 KB |
humpty-servlet-0.2.0-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.mewf.humpty/humpty-servlet/ -->
<dependency>
<groupId>co.mewf.humpty</groupId>
<artifactId>humpty-servlet</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/co.mewf.humpty/humpty-servlet/
implementation 'co.mewf.humpty:humpty-servlet:0.2.0'
// https://jarcasting.com/artifacts/co.mewf.humpty/humpty-servlet/
implementation ("co.mewf.humpty:humpty-servlet:0.2.0")
'co.mewf.humpty:humpty-servlet:jar:0.2.0'
<dependency org="co.mewf.humpty" name="humpty-servlet" rev="0.2.0">
<artifact name="humpty-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.mewf.humpty', module='humpty-servlet', version='0.2.0')
)
libraryDependencies += "co.mewf.humpty" % "humpty-servlet" % "0.2.0"
[co.mewf.humpty/humpty-servlet "0.2.0"]