Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.emphased.malle |
ArtifactId | ArtifactIdmalle-servlet-test |
Version | Version0.1.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
malle-servlet-test-0.1.0-RC1.pom | |
malle-servlet-test-0.1.0-RC1.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.emphased.malle/malle-servlet-test/ -->
<dependency>
<groupId>net.emphased.malle</groupId>
<artifactId>malle-servlet-test</artifactId>
<version>0.1.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/net.emphased.malle/malle-servlet-test/
implementation 'net.emphased.malle:malle-servlet-test:0.1.0-RC1'
// https://jarcasting.com/artifacts/net.emphased.malle/malle-servlet-test/
implementation ("net.emphased.malle:malle-servlet-test:0.1.0-RC1")
'net.emphased.malle:malle-servlet-test:jar:0.1.0-RC1'
<dependency org="net.emphased.malle" name="malle-servlet-test" rev="0.1.0-RC1">
<artifact name="malle-servlet-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.emphased.malle', module='malle-servlet-test', version='0.1.0-RC1')
)
libraryDependencies += "net.emphased.malle" % "malle-servlet-test" % "0.1.0-RC1"
[net.emphased.malle/malle-servlet-test "0.1.0-RC1"]