| Categories |
CategoriesIDE Development Tools |
|---|---|
| GroupId | GroupIdcom.github.marschall |
| ArtifactId | ArtifactIdgetrandom-provider |
| Version | Version0.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| getrandom-provider-0.1.0.pom | |
| getrandom-provider-0.1.0.jar | 12 KB |
| getrandom-provider-0.1.0-sources.jar | 8 KB |
| getrandom-provider-0.1.0-javadoc.jar | 380 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.marschall/getrandom-provider/ -->
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>getrandom-provider</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/getrandom-provider/
implementation 'com.github.marschall:getrandom-provider:0.1.0'
// https://jarcasting.com/artifacts/com.github.marschall/getrandom-provider/
implementation ("com.github.marschall:getrandom-provider:0.1.0")
'com.github.marschall:getrandom-provider:jar:0.1.0'
<dependency org="com.github.marschall" name="getrandom-provider" rev="0.1.0">
<artifact name="getrandom-provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='getrandom-provider', version='0.1.0')
)
libraryDependencies += "com.github.marschall" % "getrandom-provider" % "0.1.0"
[com.github.marschall/getrandom-provider "0.1.0"]