Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.rumati.sql |
ArtifactId | ArtifactIdsqlblocks |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
sqlblocks-1.0.0.pom | |
sqlblocks-1.0.0.jar | 33 KB |
sqlblocks-1.0.0-sources.jar | 28 KB |
sqlblocks-1.0.0-javadoc.jar | 186 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.rumati.sql/sqlblocks/ -->
<dependency>
<groupId>net.rumati.sql</groupId>
<artifactId>sqlblocks</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.rumati.sql/sqlblocks/
implementation 'net.rumati.sql:sqlblocks:1.0.0'
// https://jarcasting.com/artifacts/net.rumati.sql/sqlblocks/
implementation ("net.rumati.sql:sqlblocks:1.0.0")
'net.rumati.sql:sqlblocks:jar:1.0.0'
<dependency org="net.rumati.sql" name="sqlblocks" rev="1.0.0">
<artifact name="sqlblocks" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.rumati.sql', module='sqlblocks', version='1.0.0')
)
libraryDependencies += "net.rumati.sql" % "sqlblocks" % "1.0.0"
[net.rumati.sql/sqlblocks "1.0.0"]