<dependency> <groupId>org.simpleframework</groupId> <artifactId>simple-common</artifactId> <version>6.0</version> </dependency>
implementation 'org.simpleframework:simple-common:6.0'
implementation("org.simpleframework:simple-common:6.0")
libraryDependencies += "org.simpleframework" % "simple-common" % "6.0"
@Grapes( @Grab(group='org.simpleframework', module='simple-common', version='6.0') )
<dependency org="org.simpleframework" name="simple-common" rev="6.0" />
[org.simpleframework/simple-common "6.0"]
'org.simpleframework:simple-common:jar:6.0'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
test
|-- junit:junit:3.8.1