GroupId | GroupIdtop.beanshell |
---|---|
ArtifactId | ArtifactIdram-bom |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
ram-bom-1.0.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.beanshell/ram-bom/ -->
<dependency>
<groupId>top.beanshell</groupId>
<artifactId>ram-bom</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/top.beanshell/ram-bom/
implementation 'top.beanshell:ram-bom:1.0.0'
// https://jarcasting.com/artifacts/top.beanshell/ram-bom/
implementation ("top.beanshell:ram-bom:1.0.0")
'top.beanshell:ram-bom:pom:1.0.0'
<dependency org="top.beanshell" name="ram-bom" rev="1.0.0">
<artifact name="ram-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='top.beanshell', module='ram-bom', version='1.0.0')
)
libraryDependencies += "top.beanshell" % "ram-bom" % "1.0.0"
[top.beanshell/ram-bom "1.0.0"]