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