is not current version
Last Version 2.0.1

com.sun.activation:all 1.2.0

${project.name}

GroupId

GroupId

com.sun.activation
ArtifactId

ArtifactId

all
Version

Version

1.2.0
Type

Type

pom

Download all 1.2.0

Filename Size
all-1.2.0.pom 17 KB
Browse

<!-- https://jarcasting.com/artifacts/com.sun.activation/all/ -->
<dependency>
    <groupId>com.sun.activation</groupId>
    <artifactId>all</artifactId>
    <version>1.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.activation/all/
implementation 'com.sun.activation:all:1.2.0'
// https://jarcasting.com/artifacts/com.sun.activation/all/
implementation ("com.sun.activation:all:1.2.0")
'com.sun.activation:all:pom:1.2.0'
<dependency org="com.sun.activation" name="all" rev="1.2.0">
  <artifact name="all" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.activation', module='all', version='1.2.0')
)
libraryDependencies += "com.sun.activation" % "all" % "1.2.0"
[com.sun.activation/all "1.2.0"]