Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.stvconsultants |
ArtifactId | ArtifactIdeasygloss |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
easygloss-1.2.pom | |
easygloss-1.2.jar | 30 KB |
easygloss-1.2-sources.jar | 31 KB |
easygloss-1.2-javadoc.jar | 137 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stvconsultants/easygloss/ -->
<dependency>
<groupId>com.stvconsultants</groupId>
<artifactId>easygloss</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.stvconsultants/easygloss/
implementation 'com.stvconsultants:easygloss:1.2'
// https://jarcasting.com/artifacts/com.stvconsultants/easygloss/
implementation ("com.stvconsultants:easygloss:1.2")
'com.stvconsultants:easygloss:jar:1.2'
<dependency org="com.stvconsultants" name="easygloss" rev="1.2">
<artifact name="easygloss" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stvconsultants', module='easygloss', version='1.2')
)
libraryDependencies += "com.stvconsultants" % "easygloss" % "1.2"
[com.stvconsultants/easygloss "1.2"]