GroupId | GroupIdcom.aggrepoint.framework |
---|---|
ArtifactId | ArtifactIdwinlet |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
winlet-0.1.2.pom | |
winlet-0.1.2.jar | 252 KB |
winlet-0.1.2-sources.jar | 156 KB |
winlet-0.1.2-javadoc.jar | 926 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aggrepoint.framework/winlet/ -->
<dependency>
<groupId>com.aggrepoint.framework</groupId>
<artifactId>winlet</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.aggrepoint.framework/winlet/
implementation 'com.aggrepoint.framework:winlet:0.1.2'
// https://jarcasting.com/artifacts/com.aggrepoint.framework/winlet/
implementation ("com.aggrepoint.framework:winlet:0.1.2")
'com.aggrepoint.framework:winlet:jar:0.1.2'
<dependency org="com.aggrepoint.framework" name="winlet" rev="0.1.2">
<artifact name="winlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aggrepoint.framework', module='winlet', version='0.1.2')
)
libraryDependencies += "com.aggrepoint.framework" % "winlet" % "0.1.2"
[com.aggrepoint.framework/winlet "0.1.2"]