Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.liftweb |
ArtifactId | ArtifactIdJPADemo-Master |
Version | Version1.0.3 |
Type | Typepom |
Filename | Size |
---|---|
JPADemo-Master-1.0.3.pom | 1010 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/net.liftweb/JPADemo-Master/ -->
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>JPADemo-Master</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/JPADemo-Master/
implementation 'net.liftweb:JPADemo-Master:1.0.3'
// https://jarcasting.com/artifacts/net.liftweb/JPADemo-Master/
implementation ("net.liftweb:JPADemo-Master:1.0.3")
'net.liftweb:JPADemo-Master:pom:1.0.3'
<dependency org="net.liftweb" name="JPADemo-Master" rev="1.0.3">
<artifact name="JPADemo-Master" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='JPADemo-Master', version='1.0.3')
)
libraryDependencies += "net.liftweb" % "JPADemo-Master" % "1.0.3"
[net.liftweb/JPADemo-Master "1.0.3"]