GroupId | GroupIdcom.github.fedorchuck |
---|---|
ArtifactId | ArtifactIddevelopers-notification |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
developers-notification-0.1.0.pom | |
developers-notification-0.1.0.jar | 23 KB |
developers-notification-0.1.0-sources.jar | 20 KB |
developers-notification-0.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fedorchuck/developers-notification/ -->
<dependency>
<groupId>com.github.fedorchuck</groupId>
<artifactId>developers-notification</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fedorchuck/developers-notification/
implementation 'com.github.fedorchuck:developers-notification:0.1.0'
// https://jarcasting.com/artifacts/com.github.fedorchuck/developers-notification/
implementation ("com.github.fedorchuck:developers-notification:0.1.0")
'com.github.fedorchuck:developers-notification:jar:0.1.0'
<dependency org="com.github.fedorchuck" name="developers-notification" rev="0.1.0">
<artifact name="developers-notification" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fedorchuck', module='developers-notification', version='0.1.0')
)
libraryDependencies += "com.github.fedorchuck" % "developers-notification" % "0.1.0"
[com.github.fedorchuck/developers-notification "0.1.0"]