is not current version
Last Version 1.1.1

com.github.dandelion:dandelion 1.0.1

Dandelion, an extensible web framework making web development simpler.

GroupId

GroupId

com.github.dandelion
ArtifactId

ArtifactId

dandelion
Version

Version

1.0.1
Type

Type

pom

Download dandelion 1.0.1

Filename Size
dandelion-1.0.1.pom 16 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.dandelion/dandelion/ -->
<dependency>
    <groupId>com.github.dandelion</groupId>
    <artifactId>dandelion</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dandelion/dandelion/
implementation 'com.github.dandelion:dandelion:1.0.1'
// https://jarcasting.com/artifacts/com.github.dandelion/dandelion/
implementation ("com.github.dandelion:dandelion:1.0.1")
'com.github.dandelion:dandelion:pom:1.0.1'
<dependency org="com.github.dandelion" name="dandelion" rev="1.0.1">
  <artifact name="dandelion" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dandelion', module='dandelion', version='1.0.1')
)
libraryDependencies += "com.github.dandelion" % "dandelion" % "1.0.1"
[com.github.dandelion/dandelion "1.0.1"]