License |
License |
---|---|
GroupId | GroupIdorg.apache.bsf |
ArtifactId | ArtifactIdparent |
Last Version | Last Version3.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache BSF
Apache BSF
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
parent-3.1.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.bsf/parent/ -->
<dependency>
<groupId>org.apache.bsf</groupId>
<artifactId>parent</artifactId>
<version>3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.bsf/parent/
implementation 'org.apache.bsf:parent:3.1'
// https://jarcasting.com/artifacts/org.apache.bsf/parent/
implementation ("org.apache.bsf:parent:3.1")
'org.apache.bsf:parent:pom:3.1'
<dependency org="org.apache.bsf" name="parent" rev="3.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.bsf', module='parent', version='3.1')
)
libraryDependencies += "org.apache.bsf" % "parent" % "3.1"
[org.apache.bsf/parent "3.1"]