GroupId | GroupIdcom.github.macgregor |
---|---|
ArtifactId | ArtifactIdalexandria-core |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
alexandria-core-0.1.2.pom | |
alexandria-core-0.1.2.jar | 71 KB |
alexandria-core-0.1.2-sources.jar | 37 KB |
alexandria-core-0.1.2-javadoc.jar | 254 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.macgregor/alexandria-core/ -->
<dependency>
<groupId>com.github.macgregor</groupId>
<artifactId>alexandria-core</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.macgregor/alexandria-core/
implementation 'com.github.macgregor:alexandria-core:0.1.2'
// https://jarcasting.com/artifacts/com.github.macgregor/alexandria-core/
implementation ("com.github.macgregor:alexandria-core:0.1.2")
'com.github.macgregor:alexandria-core:jar:0.1.2'
<dependency org="com.github.macgregor" name="alexandria-core" rev="0.1.2">
<artifact name="alexandria-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.macgregor', module='alexandria-core', version='0.1.2')
)
libraryDependencies += "com.github.macgregor" % "alexandria-core" % "0.1.2"
[com.github.macgregor/alexandria-core "0.1.2"]