| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.osgiliath.features |
| Идентификатор | Идентификаторnet.osgiliath.feature.pax-jdbc |
| Версия | Версия0.3.2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/net.osgiliath.features/net.osgiliath.feature.pax-jdbc/ -->
<dependency>
<groupId>net.osgiliath.features</groupId>
<artifactId>net.osgiliath.feature.pax-jdbc</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.osgiliath.features/net.osgiliath.feature.pax-jdbc/
implementation 'net.osgiliath.features:net.osgiliath.feature.pax-jdbc:0.3.2'
// https://jarcasting.com/artifacts/net.osgiliath.features/net.osgiliath.feature.pax-jdbc/
implementation ("net.osgiliath.features:net.osgiliath.feature.pax-jdbc:0.3.2")
'net.osgiliath.features:net.osgiliath.feature.pax-jdbc:jar:0.3.2'
<dependency org="net.osgiliath.features" name="net.osgiliath.feature.pax-jdbc" rev="0.3.2">
<artifact name="net.osgiliath.feature.pax-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.osgiliath.features', module='net.osgiliath.feature.pax-jdbc', version='0.3.2')
)
libraryDependencies += "net.osgiliath.features" % "net.osgiliath.feature.pax-jdbc" % "0.3.2"
[net.osgiliath.features/net.osgiliath.feature.pax-jdbc "0.3.2"]