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