is not current version
Last Version 1.1.1

com.github.frimtec:import-control 1.0.1

Import control annotation to use for lightweight module system in Java.

GroupId

GroupId

com.github.frimtec
ArtifactId

ArtifactId

import-control
Version

Version

1.0.1
Type

Type

jar

Download import-control 1.0.1


<!-- https://jarcasting.com/artifacts/com.github.frimtec/import-control/ -->
<dependency>
    <groupId>com.github.frimtec</groupId>
    <artifactId>import-control</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.frimtec/import-control/
implementation 'com.github.frimtec:import-control:1.0.1'
// https://jarcasting.com/artifacts/com.github.frimtec/import-control/
implementation ("com.github.frimtec:import-control:1.0.1")
'com.github.frimtec:import-control:jar:1.0.1'
<dependency org="com.github.frimtec" name="import-control" rev="1.0.1">
  <artifact name="import-control" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.frimtec', module='import-control', version='1.0.1')
)
libraryDependencies += "com.github.frimtec" % "import-control" % "1.0.1"
[com.github.frimtec/import-control "1.0.1"]