GroupId | GroupIdio.liftwizard |
---|---|
ArtifactId | ArtifactIdliftwizard-dependencies |
Version | Version0.15.0 |
Type | Typepom |
Filename | Size |
---|---|
liftwizard-dependencies-0.15.0.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.liftwizard/liftwizard-dependencies/ -->
<dependency>
<groupId>io.liftwizard</groupId>
<artifactId>liftwizard-dependencies</artifactId>
<version>0.15.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.liftwizard/liftwizard-dependencies/
implementation 'io.liftwizard:liftwizard-dependencies:0.15.0'
// https://jarcasting.com/artifacts/io.liftwizard/liftwizard-dependencies/
implementation ("io.liftwizard:liftwizard-dependencies:0.15.0")
'io.liftwizard:liftwizard-dependencies:pom:0.15.0'
<dependency org="io.liftwizard" name="liftwizard-dependencies" rev="0.15.0">
<artifact name="liftwizard-dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.liftwizard', module='liftwizard-dependencies', version='0.15.0')
)
libraryDependencies += "io.liftwizard" % "liftwizard-dependencies" % "0.15.0"
[io.liftwizard/liftwizard-dependencies "0.15.0"]