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