Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.marschall |
ArtifactId | ArtifactIdgetrandom-provider-parent |
Version | Version0.1.0 |
Type | Typepom |
Filename | Size |
---|---|
getrandom-provider-parent-0.1.0.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.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/getrandom-provider-parent/
implementation 'com.github.marschall:getrandom-provider-parent:0.1.0'
// https://jarcasting.com/artifacts/com.github.marschall/getrandom-provider-parent/
implementation ("com.github.marschall:getrandom-provider-parent:0.1.0")
'com.github.marschall:getrandom-provider-parent:pom:0.1.0'
<dependency org="com.github.marschall" name="getrandom-provider-parent" rev="0.1.0">
<artifact name="getrandom-provider-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='getrandom-provider-parent', version='0.1.0')
)
libraryDependencies += "com.github.marschall" % "getrandom-provider-parent" % "0.1.0"
[com.github.marschall/getrandom-provider-parent "0.1.0"]