GroupId | GroupIdcom.github.dandelion |
---|---|
ArtifactId | ArtifactIddandelion-servlet2 |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
dandelion-servlet2-0.1.0.pom | |
dandelion-servlet2-0.1.0.jar | 3 KB |
dandelion-servlet2-0.1.0-sources.jar | 2 KB |
dandelion-servlet2-0.1.0-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dandelion/dandelion-servlet2/ -->
<dependency>
<groupId>com.github.dandelion</groupId>
<artifactId>dandelion-servlet2</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dandelion/dandelion-servlet2/
implementation 'com.github.dandelion:dandelion-servlet2:0.1.0'
// https://jarcasting.com/artifacts/com.github.dandelion/dandelion-servlet2/
implementation ("com.github.dandelion:dandelion-servlet2:0.1.0")
'com.github.dandelion:dandelion-servlet2:jar:0.1.0'
<dependency org="com.github.dandelion" name="dandelion-servlet2" rev="0.1.0">
<artifact name="dandelion-servlet2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dandelion', module='dandelion-servlet2', version='0.1.0')
)
libraryDependencies += "com.github.dandelion" % "dandelion-servlet2" % "0.1.0"
[com.github.dandelion/dandelion-servlet2 "0.1.0"]