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