GroupId | GroupIdcom.github.mrdimosthenis |
---|---|
ArtifactId | ArtifactIdsynapses-clj |
Version | Version1.0.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
synapses-clj-1.0.0-RC1.pom | |
synapses-clj-1.0.0-RC1.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mrdimosthenis/synapses-clj/ -->
<dependency>
<groupId>com.github.mrdimosthenis</groupId>
<artifactId>synapses-clj</artifactId>
<version>1.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mrdimosthenis/synapses-clj/
implementation 'com.github.mrdimosthenis:synapses-clj:1.0.0-RC1'
// https://jarcasting.com/artifacts/com.github.mrdimosthenis/synapses-clj/
implementation ("com.github.mrdimosthenis:synapses-clj:1.0.0-RC1")
'com.github.mrdimosthenis:synapses-clj:jar:1.0.0-RC1'
<dependency org="com.github.mrdimosthenis" name="synapses-clj" rev="1.0.0-RC1">
<artifact name="synapses-clj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mrdimosthenis', module='synapses-clj', version='1.0.0-RC1')
)
libraryDependencies += "com.github.mrdimosthenis" % "synapses-clj" % "1.0.0-RC1"
[com.github.mrdimosthenis/synapses-clj "1.0.0-RC1"]