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