GroupId | GroupIdcom.github.fedorchuck |
---|---|
ArtifactId | ArtifactIddevelopers-notification |
Version | Version0.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.fedorchuck/developers-notification/ -->
<dependency>
<groupId>com.github.fedorchuck</groupId>
<artifactId>developers-notification</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fedorchuck/developers-notification/
implementation 'com.github.fedorchuck:developers-notification:0.2.1'
// https://jarcasting.com/artifacts/com.github.fedorchuck/developers-notification/
implementation ("com.github.fedorchuck:developers-notification:0.2.1")
'com.github.fedorchuck:developers-notification:jar:0.2.1'
<dependency org="com.github.fedorchuck" name="developers-notification" rev="0.2.1">
<artifact name="developers-notification" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fedorchuck', module='developers-notification', version='0.2.1')
)
libraryDependencies += "com.github.fedorchuck" % "developers-notification" % "0.2.1"
[com.github.fedorchuck/developers-notification "0.2.1"]