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