Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.liftweb |
ArtifactId | ArtifactIdlift-core |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
lift-core-0.6.pom | |
lift-core-0.6.jar | 3 MB |
lift-core-0.6-sources.jar | 252 KB |
lift-core-0.6-project.zip | 285 KB |
lift-core-0.6-project.tar.gz | 213 KB |
lift-core-0.6-project.tar.bz2 | 186 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.liftweb/lift-core/ -->
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-core</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/lift-core/
implementation 'net.liftweb:lift-core:0.6'
// https://jarcasting.com/artifacts/net.liftweb/lift-core/
implementation ("net.liftweb:lift-core:0.6")
'net.liftweb:lift-core:jar:0.6'
<dependency org="net.liftweb" name="lift-core" rev="0.6">
<artifact name="lift-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='lift-core', version='0.6')
)
libraryDependencies += "net.liftweb" % "lift-core" % "0.6"
[net.liftweb/lift-core "0.6"]