GroupId | GroupIdcom.hello2morrow |
---|---|
ArtifactId | ArtifactIdsonargraph-integration-access |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hello2morrow/sonargraph-integration-access/ -->
<dependency>
<groupId>com.hello2morrow</groupId>
<artifactId>sonargraph-integration-access</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hello2morrow/sonargraph-integration-access/
implementation 'com.hello2morrow:sonargraph-integration-access:1.1.0'
// https://jarcasting.com/artifacts/com.hello2morrow/sonargraph-integration-access/
implementation ("com.hello2morrow:sonargraph-integration-access:1.1.0")
'com.hello2morrow:sonargraph-integration-access:jar:1.1.0'
<dependency org="com.hello2morrow" name="sonargraph-integration-access" rev="1.1.0">
<artifact name="sonargraph-integration-access" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hello2morrow', module='sonargraph-integration-access', version='1.1.0')
)
libraryDependencies += "com.hello2morrow" % "sonargraph-integration-access" % "1.1.0"
[com.hello2morrow/sonargraph-integration-access "1.1.0"]