<dependency> <groupId>com.propensive</groupId> <artifactId>scintillate-server</artifactId> <version>0.1.0</version> </dependency>
implementation 'com.propensive:scintillate-server:0.1.0'
implementation("com.propensive:scintillate-server:0.1.0")
libraryDependencies += "com.propensive" % "scintillate-server" % "0.1.0"
@Grapes( @Grab(group='com.propensive', module='scintillate-server', version='0.1.0') )
<dependency org="com.propensive" name="scintillate-server" rev="0.1.0" />
[com.propensive/scintillate-server "0.1.0"]
'com.propensive:scintillate-server:jar:0.1.0'
compile
|-- com.propensive:scintillate-core:0.1.0