GroupId | GroupIdcom.github.marschall |
---|---|
ArtifactId | ArtifactIdjfr-jdbc |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
jfr-jdbc-0.3.0.pom | |
jfr-jdbc-0.3.0.jar | 36 KB |
jfr-jdbc-0.3.0-sources.jar | 18 KB |
jfr-jdbc-0.3.0-javadoc.jar | 405 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marschall/jfr-jdbc/ -->
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>jfr-jdbc</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/jfr-jdbc/
implementation 'com.github.marschall:jfr-jdbc:0.3.0'
// https://jarcasting.com/artifacts/com.github.marschall/jfr-jdbc/
implementation ("com.github.marschall:jfr-jdbc:0.3.0")
'com.github.marschall:jfr-jdbc:jar:0.3.0'
<dependency org="com.github.marschall" name="jfr-jdbc" rev="0.3.0">
<artifact name="jfr-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='jfr-jdbc', version='0.3.0')
)
libraryDependencies += "com.github.marschall" % "jfr-jdbc" % "0.3.0"
[com.github.marschall/jfr-jdbc "0.3.0"]