License |
License |
---|---|
GroupId | GroupIdorg.kitei.testing |
ArtifactId | ArtifactIdkitei-lessio |
Version | Version2.1 |
Type | Typejar |
Description |
DescriptionLessIO is a security manager to control IO for tests.
|
Filename | Size |
---|---|
kitei-lessio-2.1.pom | |
kitei-lessio-2.1.jar | 32 KB |
kitei-lessio-2.1-sources.jar | 20 KB |
kitei-lessio-2.1-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kitei.testing/kitei-lessio/ -->
<dependency>
<groupId>org.kitei.testing</groupId>
<artifactId>kitei-lessio</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.kitei.testing/kitei-lessio/
implementation 'org.kitei.testing:kitei-lessio:2.1'
// https://jarcasting.com/artifacts/org.kitei.testing/kitei-lessio/
implementation ("org.kitei.testing:kitei-lessio:2.1")
'org.kitei.testing:kitei-lessio:jar:2.1'
<dependency org="org.kitei.testing" name="kitei-lessio" rev="2.1">
<artifact name="kitei-lessio" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kitei.testing', module='kitei-lessio', version='2.1')
)
libraryDependencies += "org.kitei.testing" % "kitei-lessio" % "2.1"
[org.kitei.testing/kitei-lessio "2.1"]