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