GroupId | GroupIdco.mewf.humpty |
---|---|
ArtifactId | ArtifactIdhumpty-servlet |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
humpty-servlet-0.1.0.pom | |
humpty-servlet-0.1.0.jar | 10 KB |
humpty-servlet-0.1.0-sources.jar | 4 KB |
humpty-servlet-0.1.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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/co.mewf.humpty/humpty-servlet/
implementation 'co.mewf.humpty:humpty-servlet:0.1.0'
// https://jarcasting.com/artifacts/co.mewf.humpty/humpty-servlet/
implementation ("co.mewf.humpty:humpty-servlet:0.1.0")
'co.mewf.humpty:humpty-servlet:jar:0.1.0'
<dependency org="co.mewf.humpty" name="humpty-servlet" rev="0.1.0">
<artifact name="humpty-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.mewf.humpty', module='humpty-servlet', version='0.1.0')
)
libraryDependencies += "co.mewf.humpty" % "humpty-servlet" % "0.1.0"
[co.mewf.humpty/humpty-servlet "0.1.0"]