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