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