GroupId | GroupIdcom.github.jsr-330 |
---|---|
ArtifactId | ArtifactIdall |
Version | Version1.2.0 |
Type | Typepom |
Filename | Size |
---|---|
all-1.2.0.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jsr-330/all/ -->
<dependency>
<groupId>com.github.jsr-330</groupId>
<artifactId>all</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jsr-330/all/
implementation 'com.github.jsr-330:all:1.2.0'
// https://jarcasting.com/artifacts/com.github.jsr-330/all/
implementation ("com.github.jsr-330:all:1.2.0")
'com.github.jsr-330:all:pom:1.2.0'
<dependency org="com.github.jsr-330" name="all" rev="1.2.0">
<artifact name="all" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jsr-330', module='all', version='1.2.0')
)
libraryDependencies += "com.github.jsr-330" % "all" % "1.2.0"
[com.github.jsr-330/all "1.2.0"]