License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.github.marschall |
ArtifactId | ArtifactIdgetrandom-provider-parent |
Version | Version0.1.1 |
Type | Typepom |
Description |
Descriptiongetrandom() Provider
A secure random provider that uses Linux kernel functions.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
getrandom-provider-parent-0.1.1.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marschall/getrandom-provider-parent/ -->
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>getrandom-provider-parent</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/getrandom-provider-parent/
implementation 'com.github.marschall:getrandom-provider-parent:0.1.1'
// https://jarcasting.com/artifacts/com.github.marschall/getrandom-provider-parent/
implementation ("com.github.marschall:getrandom-provider-parent:0.1.1")
'com.github.marschall:getrandom-provider-parent:pom:0.1.1'
<dependency org="com.github.marschall" name="getrandom-provider-parent" rev="0.1.1">
<artifact name="getrandom-provider-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='getrandom-provider-parent', version='0.1.1')
)
libraryDependencies += "com.github.marschall" % "getrandom-provider-parent" % "0.1.1"
[com.github.marschall/getrandom-provider-parent "0.1.1"]