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