Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.liftweb |
ArtifactId | ArtifactIdlift-core |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
lift-core-0.1.2.pom | |
lift-core-0.1.2.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.liftweb/lift-core/ -->
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-core</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/lift-core/
implementation 'net.liftweb:lift-core:0.1.2'
// https://jarcasting.com/artifacts/net.liftweb/lift-core/
implementation ("net.liftweb:lift-core:0.1.2")
'net.liftweb:lift-core:jar:0.1.2'
<dependency org="net.liftweb" name="lift-core" rev="0.1.2">
<artifact name="lift-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='lift-core', version='0.1.2')
)
libraryDependencies += "net.liftweb" % "lift-core" % "0.1.2"
[net.liftweb/lift-core "0.1.2"]